lcTIN_Bnd Home

Automatically creates a boundary in a TIN object.

 BOOL lcTIN_Bnd (
   HANDLE hTIN,
   double MaxDist,
   HANDLE hLcWnd
 );

Parameters
hTIN
  Handle to a TIN object.
MaxDist
  Maximal length of boundary edge. Specify zero for unlimited length. This parameter can eliminate amount of long-side triangles, see Remarks section.
hLcWnd
  Handle to a graphics window object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

Remarks

  There is TIN model with points on a grid with distance 10.0 units between points.
MaxDist parameter can optimize boundary for triangulation:

MaxDist = 0.0



MaxDist = 10.0


See Also

  Code sample,   lcTIN_BndGetPoint